PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFFreeTextAnnotation Class / setAppearanceFont Method
The font used for displaying the annotation content.
In This Topic
    setAppearanceFont Method
    In This Topic
    Sets the annotation appearance font.
    If this is null, the method is used for displaying the field content.
    Syntax
    public void setAppearanceFont( 
       PDFFont font
    )

    Parameters

    font
    The font used for displaying the annotation content.
    See Also